#header {
    background-color:Brown;
    color:white;
    text-align:right;
    padding:5px;
    border-style: dotted;
    border-width: 5px;
}
#nav {
    line-height:100px;
    height:300px;
    width:100px;
    float:left;
    padding:45px; 
 font-size:200%;
    border-style: dotted;
    border-width: 5px;

}
#section {
    width:350px;
    float:right;
    padding:10px; 
  color:white;
  border-style: dotted;
    border-width:10px;
}
#section2 {
    width:350px;
    float:left;
    padding:10px; 
  color:white;
  border-style: dotted;
    border-width: 10px;
}
footer {
  background-color:#cc9966;
    color:white;
    clear:both;
    text-align:right;
    padding:50px; 
  
}